home *** CD-ROM | disk | FTP | other *** search
-
- Bath v1.0ß
-
- (c)Copyright 1994 Renato Francisco
-
-
- BatMath - Simple Math for your .BAT files.
-
-
- INTRO
-
- This small program allows you to add, subtract, multiply and divide
- numbers right from the DOS prompt or within a batch file.
- The results are placed as DOS Errorlevel that you can test in your
- batch by using the "IF ERRORLEVEL" command. This way you can create
- a break pointer so a loop in the batch will stop after that pointer
- reaches an "x" value.
- Due to the limitations of DOS it self and it's errorlevels this
- version of BatMath is limited to a result in between 0 and 255.
-
-
-
- USAGE
-
- BATMATH [1st. Number] [Operation] [2nd. Number]
-
- [1st. and 2nd. Numbers] - Any whole numbers that won't result in less
- than 0 or more than 255 when exposed to the [Operation].
-
- [Operation] - Valid Commands: - (subtract)
- + (add)
- / (divide)
- * (multiply)
-
-
-
- MORE INFO
-
-
- If you need more information about this product or have any questions
- or comments here's the e-mail stuff,
-
- Renato Francisco
- rfrancis@gate.net
- CIS: 72123,2046
-
-